This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
RE: DCRs problem.. "Object Variable Not Set" ~Umberto Nongeroson 17.Nov.03 02:52 PM a Web browser Domino Designer 6.0.1Windows 2000
This is a LotusScript error message. I doubt it has anything specifically to do with your DCRs.
Under what circumstances exactly are you getting this message? Use the LotusScript debugger to find the exact line of code where the error occurs, and see what the values of the variables are at that point. Some object variable has the value Nothing. Then look at earlier lines in the code to see where that variable is supposed to be assigned. Try to figure out why it either wasn't assigned, or was assigned to Nothing.